feat(sdk): automate MinSdkVersion.VALUE maintenance via release pipeline (#36698) - #522
Open
KevinDavilaDotCMS wants to merge 1 commit into
Open
feat(sdk): automate MinSdkVersion.VALUE maintenance via release pipeline (#36698)#522KevinDavilaDotCMS wants to merge 1 commit into
KevinDavilaDotCMS wants to merge 1 commit into
Conversation
…ine (dotCMS#36698) - New bump_min_sdk_version input on cicd_6-release.yml - New verify-branch validation: fails the release if a merged PR carries an SDK-breaking-change label but the input was left false (checks for a stale unmerged bump PR too, non-fatally) - New bump-min-sdk-version job, gated on release-prepare+build+deployment succeeding, that opens a PR against main (never a direct push) bumping MinSdkVersion.VALUE and notifies Slack for human review. Idempotent: no-ops if main already has the value, dedupes an already-open PR. - New ai_claude-sdk-breaking-change.yml workflow mirroring ai_claude-rollback-safety.yml, labeling PRs AI: SDK Breaking Change / AI: Not SDK Breaking Change against a new reference doc - New docs/core/SDK_BREAKING_CHANGE_CATEGORIES.md grounded in actual @dotcms/client code (GraphQL page API, REST nav/content responses, UVE postMessage protocol, the compatibility headers themselves) - Updated MinSdkVersion.java Javadoc to describe the new automated flow - Also carries the SDK compatibility handshake sync (MinSdkVersion.java, SdkVersionWebInterceptor.java, sdk-compatibility.ts, etc.) and the already-verified next-tag publish fixes (continue-on-error + empty-version fallback), both needed as a baseline for this work.
|
Claude finished @KevinDavilaDotCMS's task in 1m 22s —— View job Rollback-Safety Analysis
Result: ✅ Safe to rollback — no unsafe category matched.
Label |
🤖 dotBot Review (Bedrock)Reviewed 15 file(s); 11 candidate(s) → 9 confirmed, 0 uncertain (unverified, kept for review). Confirmed findings
us.deepseek.r1-v1:0 · Run: #30144996867 · tokens: in: 72059 · out: 29211 · total: 101270 · calls: 37 · est. ~$0.255 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test implementation for dotCMS#36698 — testing in this fork before porting to the real repo. Supersedes #521 (rebased cleanly onto origin/main).